home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PWAEF22.ZIP / PROMPT2.CFG < prev    next >
Text File  |  1995-05-11  |  2KB  |  56 lines

  1. @X08─[@X0FFlag Cmds@X08]─[@X0F@MINLEFT@ @X07min left@X08]─[@X0F@X0F@X08/@X0F@X08/@X0F?@X08] @X07
  2. 0
  3. 4
  4. @X08 Flag @X07
  5. @X4F FLAG @X07
  6. F
  7. flag
  8. @X08 View @X07
  9. @X4F VIEW @X07
  10. V
  11. view
  12. @X08 Quit @X07
  13. @X4F QUIT @X07
  14. Q
  15. quit
  16. @X08 Nuke @X07
  17. @X4F NUKE @X07
  18. N
  19. !C:\PPE\EFLAG\BCNUKE.PPE
  20.  
  21. ------------------------------------------------------------------------------
  22. Enhanced Flag v2.2 by Drew [PWA]
  23.  
  24. Line 1  : The second prompt used when in "flag" or "mark" mode.
  25. Line 2  : The number of spaces to print between each command.
  26. Line 3  : The number of commands when in "mark" mode.
  27. Line 4+ : If the number in Line 3 is greater than zero, then for each command,
  28.           you need to put the following in groups of four lines:
  29.           1. Unhighlighted text
  30.           2. Highlighted text
  31.           3. The hotkey used
  32.           4. There are four possible values here:
  33.  
  34.              a. Meta-command.  These are the built-in commands that are
  35.                 automatically recognized by EFLAG.  I hope this is somewhat
  36.                 self-explanatory.
  37.  
  38.                 Valid meta-commands are: flag view quit
  39.  
  40.              b. PPE to run.  Be sure to start this line with a "!".
  41.                 Example: !C:\PCB\PPE\NUKE.PPE
  42.  
  43.              c: File to display.  Be sure to start this line with a "%".
  44.                 Example: %C:\PCB\BLT\FOO.BLT
  45.  
  46.              d: Text to display.
  47.                 Example: This PPE is awesome!
  48.  
  49.              If it's a PPE (so it begins with a "!"), EFLAG will execute it
  50.              with ONE parameter: the filename that is currently flagged.  So
  51.              let's say you want to run a nuker from EFLAG, be sure that the
  52.              nuker (or whatever ppe you want to run) expects the filename as
  53.              its first parameter.
  54.  
  55. Really, this isn't as complicated as I'm making it sound.
  56.